|
|
|
|
VisibleIndex Property, ItemClass Class |
Returns the index of the item.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property VisibleIndex As Integer |
C# |
public int VisibleIndex { get; } |
C++ |
public: property int VisibleIndex { |
Property Value
The index of the item.
Comments
The VisibleIndex property returns the index of the item.
This is normally only used internally by the control. A visible item count is used with scrolling operations. Scroll bar ranges are based on visible items only.